home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.9
/
2001-12_Disc_7.9.bin
/
Data
/
audio.pcg
/
scripts
/
DefineButton2_19
/
BUTTONCONDACTION on(release).as
< prev
next >
Wrap
Text File
|
2001-09-13
|
139b
|
9 lines
on(release){
if(_level1.EasterEggIsOn == false)
{
stopAllSounds();
}
_root.textInfo.stop();
gotoAndStop(2);
}